Rss Reader Java API
RssItem Constructor(String,String,String,Date)
The title of the RssItem.
The description of the RssItem.
Link to the source behind the RssItem.
The date that the item was published.
Initializes a new instance of the RssItem class.
Syntax
public RssItem( 
   java.lang.String title,
   java.lang.String description,
   java.lang.String link,
   java.util.Date modifiedOn
)

Parameters

title
The title of the RssItem.
description
The description of the RssItem.
link
Link to the source behind the RssItem.
modifiedOn
The date that the item was published.
See Also

Reference

RssItem Class
RssItem Members
Overload List

 

 


© 2012 All Rights Reserved.

Send comments on this topic.